:set FormName <:read_form>>
<:require FormName["Field1"] FormName["Field2"] FormName["Field3"] >
<:foreach name value form>
<:echo "" name ":" value "
">
<:/foreach>
<:save_data "/Savedir/Subsavedir/Filename.ext" FormName["Field1"] FormName["Field2"] FormName["Field3"]>
<:set CustomFile "/Savedir/Subsavedir/Filename.html">
<:save_custom CustomFile>
RESPONSE TITLE
RESPONSE HTML GOES HERE
<:/save_custom>
<:set CustomFile <:make_unique_file "/FADocs/MyTestFiles/Comments.html">>
<:save_custom CustomFile>
RESPONSE TITLE
RESPONSE HTML GOES HERE
<:/save_custom>
<:echo <:file_uri CustomFile>>